From: Mathieu Malaterre Date: Wed, 8 Dec 2021 08:56:46 +0000 (+0100) Subject: d/rules: Remove as-needed-linker-flag X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~111 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8feb27130858141f1135cb9b8f7c8deff9332dec;p=dcmtk.git d/rules: Remove as-needed-linker-flag This is not required anymore, and reported as lintian warning --- diff --git a/debian/rules b/debian/rules index b070edb6..7e3bfa98 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,6 @@ # export DEB_BUILD_MAINT_OPTIONS = hardening=+pie export DEB_BUILD_MAINT_OPTIONS = hardening=+all -# reduce overlinking: -export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed - # needed for the tests export DCMDICTPATH=$(CURDIR)/dcmdata/data/dicom.dic